home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / BoxMaker++ / BoxMaker++ ƒ / Rez files / boxmaker templates.h < prev    next >
Encoding:
Text File  |  1995-01-20  |  436 b   |  23 lines  |  [TEXT/KAHL]

  1. //
  2. // resource definitions of the standard resources for inclusion in a dropbox
  3. //
  4. type 'TMPL' {
  5.     array ItemArray {
  6.         pstring;
  7.         literal longint;
  8.     };
  9. };
  10.  
  11. type 'flgs' {
  12.     byte  dontEnterFolders,        EnterFolders;
  13.     byte  dontPassFolders,        PassFolders;
  14.     byte  dontEnterInvisibles,    EnterInvisibles;
  15.     byte  dontPassInvisibles,    PassInvisibles;
  16. };
  17.  
  18. type 'typs' {
  19.     array TypeArray {
  20.         literal longint;    // File Type to pass on to the dropbox
  21.     };
  22. };
  23.